const net.nssConfigPath

3 uses

	net (current package)
		nss.go#L16: 	nssConfigPath = "/etc/nsswitch.conf"
		nss.go#L65: 	if fi, err := os.Stat(nssConfigPath); err == nil {
		nss.go#L72: 	nssConf := parseNSSConfFile(nssConfigPath)